home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 May / PCpro_2006_05.ISO / files / mobile / fma-2.0-stable-setup.exe / {app} / source / uAddToPhonebook.dfm < prev    next >
Encoding:
Text File  |  2004-06-30  |  3.6 KB  |  173 lines

  1. object frmAddContact: TfrmAddContact
  2.   Left = 420
  3.   Top = 225
  4.   ActiveControl = RadioButton1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add To Phonebook Wizard'
  7.   ClientHeight = 356
  8.   ClientWidth = 493
  9.   Color = clBtnFace
  10.   Font.Charset = RUSSIAN_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 0
  22.     Top = 314
  23.     Width = 493
  24.     Height = 9
  25.     Align = alTop
  26.     Shape = bsTopLine
  27.   end
  28.   object btnOk: TButton
  29.     Left = 316
  30.     Top = 324
  31.     Width = 77
  32.     Height = 25
  33.     Caption = '&Finish'
  34.     TabOrder = 0
  35.     OnClick = btnOkClick
  36.   end
  37.   object btnCancel: TButton
  38.     Left = 404
  39.     Top = 324
  40.     Width = 77
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = '&Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 1
  46.   end
  47.   object Panel1: TPanel
  48.     Left = 0
  49.     Top = 0
  50.     Width = 493
  51.     Height = 314
  52.     Align = alTop
  53.     BevelOuter = bvNone
  54.     Color = clWhite
  55.     TabOrder = 2
  56.     object Image1: TImage
  57.       Left = 0
  58.       Top = 0
  59.       Width = 164
  60.       Height = 314
  61.       Align = alLeft
  62.       AutoSize = True
  63.       Center = True
  64.     end
  65.     object Label4: TLabel
  66.       Left = 176
  67.       Top = 44
  68.       Width = 305
  69.       Height = 33
  70.       AutoSize = False
  71.       Caption = 
  72.         'This wizard will help you add a number to your phonebook. You co' +
  73.         'uld create a new contact or modify an existing one.'
  74.       Transparent = True
  75.       WordWrap = True
  76.     end
  77.     object lbProductName: TLabel
  78.       Left = 176
  79.       Top = 12
  80.       Width = 190
  81.       Height = 25
  82.       Caption = 'Add to phonebook'
  83.       Font.Charset = ANSI_CHARSET
  84.       Font.Color = clWindowText
  85.       Font.Height = -21
  86.       Font.Name = 'Tahoma'
  87.       Font.Style = [fsBold]
  88.       ParentFont = False
  89.       Transparent = True
  90.     end
  91.     object Label1: TLabel
  92.       Left = 176
  93.       Top = 84
  94.       Width = 37
  95.       Height = 13
  96.       Caption = 'Number'
  97.     end
  98.     object lblNumber: TLabel
  99.       Left = 220
  100.       Top = 84
  101.       Width = 36
  102.       Height = 13
  103.       Caption = '<num>'
  104.     end
  105.     object edContact: TTntEdit
  106.       Left = 192
  107.       Top = 160
  108.       Width = 289
  109.       Height = 21
  110.       Color = clBtnFace
  111.       Enabled = False
  112.       ReadOnly = True
  113.       TabOrder = 0
  114.     end
  115.     object btnSelect: TButton
  116.       Left = 404
  117.       Top = 188
  118.       Width = 77
  119.       Height = 25
  120.       Caption = 'B&rowse...'
  121.       Enabled = False
  122.       TabOrder = 1
  123.       OnClick = btnSelectClick
  124.     end
  125.     object RadioButton1: TRadioButton
  126.       Left = 176
  127.       Top = 108
  128.       Width = 121
  129.       Height = 17
  130.       Caption = 'As a New Contact'
  131.       Checked = True
  132.       TabOrder = 2
  133.       TabStop = True
  134.       OnClick = RadioButtonClick
  135.     end
  136.     object RadioButton2: TRadioButton
  137.       Left = 176
  138.       Top = 132
  139.       Width = 165
  140.       Height = 17
  141.       Caption = 'Modify an Existing Contact:'
  142.       TabOrder = 3
  143.       OnClick = RadioButtonClick
  144.     end
  145.     object rgPhoneType: TRadioGroup
  146.       Left = 192
  147.       Top = 224
  148.       Width = 289
  149.       Height = 73
  150.       Caption = 'Save As'
  151.       Columns = 3
  152.       Enabled = False
  153.       ItemIndex = 0
  154.       Items.Strings = (
  155.         'Cell Phone'
  156.         'Work Phone'
  157.         'Home Phone'
  158.         'Fax Number'
  159.         'Other')
  160.       TabOrder = 4
  161.     end
  162.   end
  163.   object Button3: TButton
  164.     Left = 239
  165.     Top = 324
  166.     Width = 77
  167.     Height = 25
  168.     Caption = '< &Previous'
  169.     Enabled = False
  170.     TabOrder = 3
  171.   end
  172. end
  173.